From: Ian Jackson Date: Thu, 21 Feb 2019 16:02:24 +0000 (+0000) Subject: debian/rules: Fix tiny typo X-Git-Tag: archive/raspbian/4.11.1+26-g87f51bf366-3+rpi1~1^2~71 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=451e145fc633edaec95949d84238f56abe23a948;p=xen.git debian/rules: Fix tiny typo Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index d6a626430e..6a4a5e19dc 100755 --- a/debian/rules +++ b/debian/rules @@ -224,7 +224,7 @@ override_dh_auto_install: $(TEMPLATED_FILES) @# be in /usr/lib/, not /usr/share. mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/ : - @# Inexplicably, upstream pots the efi binares in usr/lib64 + @# Inexplicably, upstream puts the efi binares in usr/lib64 case $(flavour) in \ armhf) ;; \ *) mv $t/usr/lib64/efi/* $t/boot/. ;; \